Course 2154A - Module 2:

Implementing DNS to Support Active Directory

Overview

Introduction to the Role of DNS in Active Directory

Domain Name System (DNS) plays a crucial role in the functioning of Active Directory (AD). It is essential for Active Directory to function properly because AD relies heavily on DNS for name resolution and the location of services like Domain Controllers. DNS enables the mapping of domain names to IP addresses, which is a fundamental requirement for the various operations in Active Directory, including user authentication and resource access.

DNS and Active Directory Image Image DNS Name Resolution in Active Directory Image
Field Description
ServiceSpecifies the name for the service
ProtocolIndicates the transport protocol type
NameSpecifies the domain name referenced by the resource record
TtlSpecifies the standard DNS resource record Time to Live value
ClassSpecifies the standard DNS resource record class value
PrioritySpecifies the priority of the host
WeightSpecifies the load balancing mechanism
PortShows the port of the service on this host
TargetSpecifies the FQDN for the host supporting the service
_ldap._tcp.contoso.msft 600 IN SRV 0 100 389 london.contoso.msft.
SRV Record Lookup Criteria
ldap._tcp.DnsDomainName. Allows a computer to find an LDAP server in the domain
_ldap._tcp.SiteName._sites.dc. _msdcs.DnsDomainName. Allows a computer to find a domain controller in the same site
_gc._tcp.DnsForestName. Allows a computer to find a global catalog server
_gc._tcp.SiteName._sites. DnsForestName. Allows a computer to find a global catalog server in the same site
_kerberos._tcp. DnsDomainName. Allows a computer to locate a KDC server in the domain
_kerberos._tcp.SiteName. _sites.DnsDomainName. Allows a computer to locate a KDC server in the same site
_Service._Protocol.DcType._msdcs.DnsDomainName
Image Active Directory Integrated Zones Image Installing and Configuring DNS to Support Active Directory
To Implement DNS, the Active Directory Wizard:
Best Practices

No comments yet.

Leave a Comment